base64 bit string to pdf c#

41

base64 bit string to pdf c# -

byte[] sPDFDecoded = Convert.FromBase64String(base64BinaryStr);
File.WriteAllBytes(@"c:\Users\u316383\Documents\pdf8.pdf", sPDFDecoded);

Comments

Submit
0 Comments